From: Rello Date: Mon, 16 Dec 2024 10:06:05 +0000 (+0100) Subject: Update src/gui/folderman.cpp X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~30^2^2~182^2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=a5d1070c4becc51e07f5d6d028d983c403454de6;p=nextcloud-desktop.git Update src/gui/folderman.cpp Co-authored-by: Camila Ayres Signed-off-by: Rello --- diff --git a/src/gui/folderman.cpp b/src/gui/folderman.cpp index eca890634..d3f6cd363 100644 --- a/src/gui/folderman.cpp +++ b/src/gui/folderman.cpp @@ -2045,8 +2045,9 @@ Result FolderMan::unsupportedConfiguration(const QString &path) c { if (numberOfSyncJournals(path) > 1) { return tr("The folder %1 is linked to multiple accounts.\n" - "This setup can cause data loss and is no longer supported. To resolve this issue, please remove this folder from one of the accounts and add it again.\n\n" - "For advanced users: This issue might be related to an older database file. Check the folder for outdated .db files and remove them if necessary.") + "This setup can cause data loss and it is no longer supported.\n" + "To resolve this issue: please remove %1 from one of the accounts and create a new sync folder.\n\n" + "For advanced users: this issue might be related to multiple sync database files found in one folder. Please check %1 for outdated and unused .sync_*.db files and remove them.") .arg(path); } return {};